***********************************************************************
***********           PANJIT International Inc.             ***********
***********************************************************************
*Dec 06, 2019                                                         *
*                                                                     *
*This SPICE Model describes the characteristics of a typical device   *
*and does not respresent the specification. Designer should refer to  *
*the same type name data sheet for specification limits.              *
***********************************************************************
*$
.subckt GS1506FL A K
.param
+vc0 = 8.532e-10	 vc1 = 4.283e-10	 vc2 = 6.214e-1		 vc3 = 5.035e-9		 vc4 = 2.203e-3
+tc1 = 1.052e-1		 tc2 = 3.532e-2		 tc3 = 5.104e-2		 tc4 = 2.062e-2		   
.func irexp(v) {(vc0+vc1*v^vc2)*(1.0+tc1*(temp-25)*exp(tc2*(temp-25)))+(vc3*exp(vc4*v))*(1.0+tc3*(temp-25)*exp(tc4*(temp-25)))}
d1 A K sbd
g1 K A value = {irexp(v(K,A))}
.model sbd d
***** flag parameter ***
+level = 1 
***** dc model parameter *****
+ is = 9.560e-10	   n = 1.637		  rs = 1.314e-2		 ikf = 5.240e-1
+ibv = 0.1e-3		 nbv = 1		  bv = 440
***** capacitance parameter ***
+cjo = 2.034e-11  	   m = 3.221e-1		  vj = 3.605e-1
+ fc = 0.5 
***** temperature coefficient ***
+tnom = 25		 eg = 1.106e0		 xti = 3
+trs1 = -2.591e-3	trs2 = 8.584e-6
.ends GS1506FL
*$
